home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / faq / wdj0597.zip / NEWCOMB.ZIP / VB / WDJSEARC.FRM (.txt) < prev    next >
Visual Basic Form  |  1996-11-11  |  5KB  |  113 lines

  1.     WDJSearch
  2. WDJ Search
  3. Form15
  4. CDialog
  5. CommonDialog
  6. MsgBlast
  7. MsgBlaster
  8. &Click on "..." for the About Box ---->
  9.     FoundList
  10. CloseApp
  11.     SSCommand
  12. Cl&ose
  13. SearchCancel
  14.     SSCommand
  15. Ca&ncel
  16. SearchStart
  17.     SSCommand
  18. &Search
  19. SrchText
  20. BrowseFile
  21.     SSCommand
  22. &Browse
  23. MS Sans Serif
  24. SrchFileName
  25. ProgBar
  26. Gauge
  27. FoundCount
  28. ProgPercent
  29. Shape1
  30. Label3
  31. Found:
  32. Label2
  33. &Text:
  34. Label1
  35. &File:
  36.     Form_Load
  37. MsgBlast
  38. hWndTarget
  39.     WDJSearch
  40. MsgBlaster2
  41. MsgList
  42. WM_LBUTTONDOWN
  43. MsgPassage'
  44. EATMESSAGE
  45. WM_USER
  46.     MBLST_EAT(
  47. MsgBlast_Message@
  48. MsgVal
  49. wParamk
  50. lParam=
  51.     ReturnVal
  52. ProgBar
  53. ValueV
  54.     FoundList
  55. SearchStart_Click
  56. SrchFile
  57. SrchFileName
  58. SrchText
  59. SearchCancel
  60. Enabled
  61. FoundCount
  62. Caption
  63.     ListCount
  64. CloseApp_Click
  65. ProgPercente
  66. SearchCancel_Click
  67. SrchCancel
  68. MB_ICONEXCLAMATION
  69. BrowseFile_Click
  70. CDialog
  71. Flags}
  72. OFN_ALLOWMULTISELECT
  73. OFN_FILEMUSTEXIST
  74. OFN_HIDEREADONLY
  75. DialogTitle
  76. Filter
  77. MaxFileSize
  78. RIRead
  79. InitDir
  80. Filename
  81. Action:
  82.  WDJ Search Applet
  83. BrowseFile_Click
  84.  Select file to search
  85. Select File to Search
  86. All Files|*.*|Text Files (*.txt)|*.txt|C Files (*.c, *.h)|*.c;*.h
  87.  Make sure filename starts blank.a
  88. CloseApp_Click
  89.  Done
  90. Form_Load
  91.  Set up the Message BlasterJ
  92.  Point Blaster at this formJ
  93.  Private "Progress" message"
  94.  Absorb message (don't pass on)o
  95.  Private "Found" message
  96.  Absorb message (don't pass on)o
  97. MsgBlast_Message
  98.  Handle messages sent from DLL
  99.  Progress messageD
  100.  Percent-done is wParamo
  101.  "Found" message
  102.  Line found is lParame
  103.  Update UI
  104. SearchCancel_Click
  105.  Cancel this searchp
  106. SearchStart_Click
  107.  Start the search
  108.  Nothing in found list
  109.  Turn on "Cancel" button
  110. Search function failed!
  111. WDJ Search
  112.  Turn off "Cancel" button
  113.